runtime.fixalloc.size (field)
11 uses
runtime (current package)
mfixalloc.go#L32: size uintptr
mfixalloc.go#L62: f.size = size
mfixalloc.go#L75: if f.size == 0 {
mfixalloc.go#L83: f.inuse += f.size
mfixalloc.go#L85: memclrNoHeapPointers(v, f.size)
mfixalloc.go#L89: if uintptr(f.nchunk) < f.size {
mfixalloc.go#L98: f.chunk = f.chunk + f.size
mfixalloc.go#L99: f.nchunk -= uint32(f.size)
mfixalloc.go#L100: f.inuse += f.size
mfixalloc.go#L105: f.inuse -= f.size
panic.go#L1352: if mheap_.cachealloc.size == 0 { // very early
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)